home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / source / macify13.shr / macify.hqx / Source / Macify Code / macify.h < prev   
Text File  |  1991-03-15  |  718b  |  15 lines

  1. /***************************************************************************
  2.  **                                                                       **
  3.  **                      Special defines for MACIFY                       **
  4.  **                                                                       **
  5.  ***************************************************************************/
  6.  
  7. /* Defines for the charcters we'll be converting */
  8. #define         UNIX_EOL        0x0a    /* UNIX end-of-line character */
  9. #define         MAC_EOL         '\n'    /* Mac end-of-line character */
  10.  
  11. /* Define for bell character (to be used when file is done) */
  12. #define            BELL            0x07    /* bell character (Ctrl-G) */
  13.  
  14. /* That's it! */
  15.